PHAN: lock phpstorm-stubs at a specific hash in composer.json
authoraddshore <addshorewiki@gmail.com>
Mon, 30 Jan 2017 17:09:41 +0000 (17:09 +0000)
committeraddshore <addshorewiki@gmail.com>
Mon, 30 Jan 2017 17:09:41 +0000 (17:09 +0000)
This will stop updates to the upstream package from
breaking our CI with no warning.

Change-Id: I1cafe663c25d46134025f7c6987e48676615b7b0

composer.json

index d762bae..3b72bfd 100644 (file)
@@ -50,7 +50,7 @@
                "jakub-onderka/php-parallel-lint": "0.9.2",
                "justinrainbow/json-schema": "~3.0",
                "mediawiki/mediawiki-codesniffer": "0.7.2",
-               "jetbrains/phpstorm-stubs": "dev-master",
+               "jetbrains/phpstorm-stubs": "dev-master#1b9906084d6635456fcf3f3a01f0d7d5b99a578a",
                "monolog/monolog": "~1.18.2",
                "nikic/php-parser": "2.1.0",
                "nmred/kafka-php": "0.1.5",